services.gitlab-runner.services.<name>.dockerAllowedServices
Whitelist allowed services.
- Type
list of string- Default
[ ]- Example
[ "postgres:9" "redis:*" "mysql:*" ]- Declared
- <nix-darwin/modules/services/gitlab-runner.nix>
Whitelist allowed services.
list of string[ ][
"postgres:9"
"redis:*"
"mysql:*"
]